Update dependency jsrsasign to v10.5.27 - autoclosed #1485
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
10.3.0
->10.5.27
By merging this PR, the issue #1484 will be automatically resolved and closed:
Release Notes
kjur/jsrsasign
v10.5.27
: extend CertificationRequestInfo class for challengePassword and unstructuredNameCompare Source
v10.5.26
: CSRUtil class enhancementCompare Source
v10.5.25
: CVE-2022-25898 Security fix in JWS and JWT validationCompare Source
verify and verifyJWT may accept signature with special characters
or \number characters by mistake.
Please see security advisory:
GHSA-3fvg-4v2m-98jf
v10.5.24
: X509.getParam bugfix for v1 certificateCompare Source
v10.5.23
: BitString parsing bug fixCompare Source
namearraytobinstr, extendClass)
v10.5.22
: DERBitString, KeyUsage and tsp PKIFailureInfo critical bug fixCompare Source
v10.5.21
Compare Source
v10.5.20
: OCSP ResponderID object udpateCompare Source
X509 object for key and name field.
v10.5.19
: Time stamp package updateCompare Source
will be optional. If omitted, it will be "granted" by default.
v10.5.18
: Time stamp package updateCompare Source
v10.5.17
: CIDR subnet mask support in iptohex and hextoipCompare Source
v10.5.16
: Add NameConstraints extension and modify getEncodedHex to tohexCompare Source
in the result.
in the result.
Please use ASN1Object.tohex() instead.
v10.5.15
: X509.getExtCRLDistributionPointsURI small fixCompare Source
undefined when no CDP extension as specified in document
even though it is deprecated method.
v10.5.14
: KEYUTIL.getPEM small fixCompare Source
optional public key field will be omitted in such case. (#549)
v10.5.13
: RSA key private generation fixCompare Source
v10.5.12
: support ISO 8859-1 TeletexString and BMPString for X500NameCompare Source
ISO 8859-1 Latin1 characters. Before this version,
only supports ASCII characters.
Add support for Teletex/BMPString and more attrTypes
v10.5.11
: asn1hex updateCompare Source
v10.5.10
: hextoipv6 fixCompare Source
v10.5.9
: small fixCompare Source
v10.5.8
: OCSP CertID and X509 class updateCompare Source
v10.5.7
: X509CRL.findRevCert bugfix for empty revCertsCompare Source
v10.5.6
: X509CRL.findRevCert bugfixCompare Source
v10.5.5
: CRL parser updateCompare Source
v10.5.4
: ASN.1 parser update and fixCompare Source
v10.5.3
: add OtherName support in GeneralNameCompare Source
with small update (#535)
v10.5.2
: small update for OID and JWKCompare Source
v10.5.1
: add KEYUTIL.getJWK, fix EC P-521 concat signature value and add support for P-521 JWS JWKCompare Source
qunit-do-keyutil-jwk
v10.5.0
: Add EC support for secp521r1 secp224r1 secp192r1Compare Source
Thank you indeed for @cplussharp 's great work.
v10.4.1
: GeneralizedTime, UTCTime refactoring and some bug fixCompare Source
(will be fixed in next release while rebuild)
test case added and updated.
v10.4.0
: Full support for parsing OCSP responseCompare Source
v10.3.2
: fix wrong OCSPRequest for EC public key certificateCompare Source